@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1400px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.baseDiva{width:1350px; margin:0 auto;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*浮动分类*/
.index_l{
    background: url(../images/index_l.png) top right no-repeat;
    width: 90px;
    position: fixed;
    right: 50px;
    top: 30%;
    z-index: 22222;
}
.close{
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    background: #11334f;
    position: absolute;
    top: -11px;
    right: -10px;
    z-index: 222;
    cursor: pointer;
}
.xi{
    position: absolute;
    top: -60px;
    right: -12px;
}
.tt{
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 111;
   box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.tt ul li{
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
    width: 90px;
    height: 90px;
}
.tt ul li span{
    display: block;
    background: url(../images/fda.png) center  no-repeat;
    width: 50px;
    height: 48px;
    margin: 0 auto;
}
.tt ul li i{
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    color: #333;
    font-style: normal;
}
.bo{
    margin-top: 5px;
}
.tt ul li.active{
    background: #b58b65;
    border-radius: 8px 8px 0 0;
}
.tt ul li:nth-child(2) span{
    margin-top: 12px;
    background: url(../images/fdb.png) center  no-repeat;
    width: 53px;
    height: 53px;
}

.tt ul li.active i{
    color: #fff;
  font-style: normal;
}
.index_l_phone{
    padding: 0 20px;
    height: 90px;
    border-radius: 8px;
    background: #309b62;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 90px;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    left: 0;
    transition: all 0.6s;
    opacity: 0;
}
.index_l_list{
    width: 175px;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.6s;
    opacity: 0;
}
.index_l_list ul li{
    line-height: 45px;
    border-bottom: 1px #fff dotted;
    background:#b58b65;
    text-align: center;
}
.index_l_list ul li a{
    color: #fff;
    font-size: 15px;
}
.index_l_list ul li:hover{
    background: #a06d3f;
}
.index_l_list ul li:hover a{
    color: #fff;
}
@media screen and (max-width:1600px) {
    .h_phone{
        display: none;
    }
}



/*header*/
.header{
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
}

.navb {
    height: 100px;
    line-height: 100px;
    margin-left: 8%;
    width: 50%;
}
.navb .active {
    position: relative;
    float: left;
    width:11.5%;
    display: inline;
    text-align: center;
}

.navb .on{
    background:#11334f;
    position: relative;
}
.navb .on a{
    color: #fff;
    display: block;
    font-size: 16px;
}


.navb h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.navb h3 a {
    zoom: 1;
    display: block;
    color: #222;
    text-align: center;
}
.navb h3 a:hover {
    transition-duration: .3s;
    color: #fff;
    text-decoration: none;
}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 100px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -280px !important;
    width: 680px;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
    font-size: 16px;
}
.navb .sub li a:hover {
    background:#ddd;
    color:#c00;
}
.navb .sub li a img {
    width: 120px;
    height:120px;
}
.navb .sub li p {
    text-align:left;
}
.mun1 {
    width:680px;
    height:200px;
    background:#f6f6f6;
    -moz-box-shadow:0px 2px 2px #999 inset;
    -webkit-box-shadow:0px 2px 2px #999 inset;
    box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
    width:120px;
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:13px;
    margin-top:20px;
}
.mun1 ul li h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:35px;
    display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
    width:100%;
    height:28px;
    display:block;
    color:#919191;
    font-size:13px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
    color:#0c438c;
    background:none;
}
.mun1 ul li ul li {
    width:75px;
    float:left;
    margin:0px;
}
.nav .sub .mun1 ul li ul li a {
    color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
    color:#0c438c;
    background:none;
}
.sh{
    margin-top: 35px;
    cursor: pointer;
}
.sh span{
    color: #757575;
    font-size: 15px;
    padding-left: 10px;
    line-height: 30px;
}
.sh:hover img{
   animation: ball .6s infinite alternate;
}
 
.htel{
    margin-top: 35px;
    margin-left: 30px
}
.htel:hover img{
    animation: ball .6s infinite alternate;
}
/* 搜索 */
.in_shbox{ clear:both; width:100%; height:117px;background-color: rgba(0,0,0,0.7);margin-top:-19px; display:none; height:0;}
.in_shbox .in_sh{ width:910px; margin:0 auto; overflow:hidden; padding-top:35px;}
.in_shbox .in_sh .txt{ float:left; width:783px; line-height:21px; padding:13px 10px; border:0; background:#FFF;}
.in_shbox .in_sh .btn{ float:left; width:107px; height:47px;text-align:center; color:#FFF; font-size:17px; border:0; background:#b77e56; cursor:pointer;}
.in_topjg{height: 103px;}




@media screen and (max-width: 1830px) {
    .htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
}


/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 40px;
  text-align: center;

}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}
.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
    width:100px;
    height:15px;
    bottom:30px;
    right:50%;
    margin-right:-37px;
    position:absolute;
    z-index:100;
    text-align:center;
}
.slides_pagination li {
    margin: 0 7px;
    display:inline-block;
    width:10px;
+float:left;
}
.slides_pagination li a {
    display:inline-block;
*display:inline;
    zoom:1;
    overflow:hidden;
    width:10px;
    height:10px;
    line-height:50px;
    border:2px solid #fff;
    color:#666;
    border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
    background:#fff;
    color:#fff;
    border:2px solid #fff;
}

/*关于我们*/
.abbj{
    width: 100%;
    height: 1005px;
    background: url(../images/abbj.jpg) left repeat;
    position: relative;
}
.abimg{
    position: absolute;
    right: 0;
    top:75px;
    animation: ball .6s infinite alternate;
}
.abbt{
    width: 630px;
    padding-top: 75px;
}
.abbt img:hover{
    animation: ball .6s infinite alternate;
}
.abbt p{
    display: block;
    margin-top: 30px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.ablb{
    position:relative;
    z-index: 999
}
.ablb ul li{
    float: left;
    margin-right: 25px;
    margin-top: 50px;
}
.ablb ul li:nth-child(2){
    margin-top: 80px;
}
.ablb ul li:nth-child(3){
    margin-top: 110px;
}
.ablb ul li:hover{
    margin-top: 0;
    transition: all 0.6s;
    cursor: pointer;
}

/*产品展示*/
.adv{background: url(../images/yanghubj.jpg) center no-repeat;height: 875px;}

.h100{height: 100px;}
.cpbj{width: 1400px;height: 700px; margin: 0 auto;background: rgba(255,255,255,.9);box-shadow: 0 0 15px rgb(0 0 0 / 20%);}
.proimg{
    width: 650px;
    height: 700px;
}
.proimg img{
    width: 650px;
    height: 700px; 
}

.page{
    width: 750px;
}
.page img{
    display: block;
    margin: 0 auto;
    margin-top: 55px;
}
.page img:hover{
    animation: ball .6s infinite alternate;  
}
.page h3{
    font-size: 25px;
    font-family: "宋体";
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
.page h3 a{
  color: #11334f;
  background: url(../images/xian.png) bottom center repeat-x; 
  position: relative;
}
.page h3 a::before{
    content: '';
    display: block;
    width: 26px;
    height: 21px;
    background: url(../images/l_xian.png) center no-repeat;
    position: absolute;
    left: -35px;
    top: -7px;
}
.page h3 a::after{
    content: '';
    display: block;
    width: 26px;
    height: 21px;
    background: url(../images/r_xian.png) center no-repeat;
    position: absolute;
    right: -35px;
    bottom: -7px;
}
.page b{
    font-size: 19px;
    color: #333;
    padding-top: 30px;
    display: block;
    margin-left: 70px;
}
.page p{
    display: block;
    width: 610px;
    margin: 0 auto;
    font-size:16px;
    color: #333;
    line-height: 28px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 45px;
}
.page span{
    color: #11334f;
    background: url(../images/xian.png) bottom center repeat-x;   
    font-size: 25px;
    font-weight: bold;
    font-family: "思源宋体";
    margin-left: 70px;

}



.adv .yshd{width: 750px;height: 160px;position: absolute;right: 0; bottom: 0;z-index: 10;background: #efedec}
.adv .yshd ul{width: 640px;height: 130px;overflow: hidden;margin: 0 auto;margin-top: 20px;}
.adv .yshd li{float: left;width: 130px;height: 130px;margin-right: 30px;}
.adv .yshd li img{width: 120px;height: 120px;border-radius: 100px;}
.adv .yshd .on img{opacity: 0.6;border:5px #ad6c4b solid;}



/*
.adv .jt{width: 84px;margin-left: 1116px;  position: absolute;left:10%; top:700px;height: 162px;z-index: 20}
.adv .u_ljt{position: absolute;right:-12px;top:0;background:url(../images/rjt.jpg) no-repeat;width: 84px;height: 80px;}
.adv .u_rjt{position: absolute;right:-12px;top:80px;background:url(../images/ljt.jpg) no-repeat;width: 84px;height: 80px;}*/




/*优势*/
.advbj{
    width: 100%;
    height: 1015px;
    background: url(../images/advbj.jpg) center no-repeat;
}
.youshi{
    width: 660px;
    height: 790px;
    background: url(../images/ysbj.jpg) center no-repeat;
    margin-left: 740px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.h115{
    height: 115px;
}
.ysbt{
    margin-left: 55px;
}
.ysbt img{
    margin-top: 60px; 
}
.ysbt img:hover{
    animation: ball .6s infinite alternate;
    cursor: pointer;
}
.yslb{
    margin-left: 45px;
    margin-top: 45px;
}
.yslb ul li{
    float: left;
    width: 270px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.yslb ul li:nth-child(2n){
    margin-right: 0
}
.yslb ul li b{
    font-size: 23px;
    color: #424b54;
    padding-left: 65px;
    line-height: 60px;
    display: block;
    margin-bottom: 10px;
}
.yslb ul li p{
    font-size: 14px;
    color: #424b54;
    line-height: 26px;
    display: block;
    height: 100px;
    background: url(../images/xiana.png) left bottom no-repeat;
}
.yslb ul li:first-child b{
    background: url(../images/tba.png) left top no-repeat;
}
.yslb ul li:nth-child(2) b{
    background: url(../images/tbb.png) left top no-repeat;
}
.yslb ul li:nth-child(3) b{
    background: url(../images/tbc.png) left top no-repeat;
}
.yslb ul li:nth-child(4) b{
    background: url(../images/tbd.png) left top no-repeat;
}

/*热销*/
.albj{
    width: 100%;
    height: 820px;
    background: url(../images/bja.jpg) center no-repeat;
}
.probt{
    text-align: center;
    padding-top: 20px;
}
.probt img{
    display: block;
    margin: 0 auto;
}
.probt:hover img{
    animation: ball .6s infinite alternate;
}
.probt span{
    font-size: 28px;
    color: #666;
    background: url(../images/xian.png) bottom center repeat-x; 
}

.case_con{
    width: 1400px;
    margin: 50px auto 0 auto;
    overflow: hidden;
    height: 500px;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:440px;
    height: 490px;
    float: left;
    margin-left:15px;
    margin-right: 15px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.case_go ul li .alimg{
    display: block;
    width: 400px;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.case_go ul li .alimg .vr_ewm{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
}
.case_go ul li .alimg .vr_ewm img{
    border:1px #eaeaea solid;
    margin-top: 110px;
}
.case_go ul li .alimg .vr_ewm span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.case_go ul li:hover .alimg .vr_ewm{
    opacity: 1;
    cursor: pointer;
    transition: all 0.6s;
}

.case_go ul li .vr_bt{

}

.case_go ul li .vr_bt h3{
    font-size: 23px;
    font-family: "思源宋体";
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    color: #11334f;
    background: url(../images/xian.png) bottom center repeat-x; 
    position: relative;
    display: inline-block;
}

.case_go ul li .vr_bt h3::before{
    content: '';
    display: block;
    width: 26px;
    height: 21px;
    background: url(../images/v_xian.png) center no-repeat;
    position: absolute;
    left: -35px;
    top: 15px;
}
.case_go ul li .vr_bt h3::after{
    content: '';
    display: block;
    width: 26px;
    height: 21px;
    background: url(../images/v_xiana.png) center no-repeat;
    position: absolute;
    right: -38px;
    bottom: -30px;
}
.case_go ul li .vr_bt b{
    display: block;
    font-size: 12px;
    color: #4c4c4c;
    font-family: "思源宋体";
    margin-top: 10px;
}
.case_go ul li:nth-child(3){
    margin-right: 0
}

.case_a,.case_b{
    float: left;
}

/*案例*/
.xiangmu{
    background: #f5f5f5;
    padding: 50px 0 30px 0;
}
.xiangmu_con{
    margin: 35px 0 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 1120px;
    height: 610px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 550px;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    height: 550px;
}
.xiangmu_des{
    width: 300px;
    height: 370px;
    background: rgba(255,255,255,.85) url(../images/shan.png) center bottom no-repeat;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 100px;
    top:110px;
    cursor: pointer;
    padding: 60px 40px;
}
.xiangmu_des b{
    color: #333;
    font-size:28px; 
}
.xiangmu_des em{
    display: block;
    width: 30px;
    height: 4px;
    background: #b68c69;
    margin-top: 25px;
    margin-bottom: 45px;
}
.xiangmu_des p{
    color: #323232;
    line-height: 27px;
    font-size: 15px;
}
.xiangmu_des a{
    display: block;
    width: 120px;
    height: 35px;
    background: #b68c69;
    border-radius: 50px;
    margin-top: 65px;
    text-align: center;
    line-height: 35px;
    color: #fff
}



.xiangmu_prev{
    position: absolute;
    width: 95px;
    height: 65px;
    background: #11334f url(../images/jiantoua.png) center no-repeat;
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_next{
    position: absolute;
    width: 95px;
    height: 65px;
    background: #11334f url(../images/jiantou.png) center no-repeat;
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}

.xiangmu_prev{
    margin-left: -626px;
}
.xiangmu_next{
    margin-left: 525px;
}
.xiangmu_prev:hover{
   background: #b68c69 url(../images/jiantoua.png) center no-repeat; 
}
.xiangmu_next:hover{
   background: #b68c69 url(../images/jiantou.png) center no-repeat; 
}




/*新闻*/
.xwfl{
    width:85%;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 60px;
}
.xwfl ul li{
    width: 30.5%;
    height: 510px;
    background: #f4f4f4;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.xwfl ul li .xwimg{
    height: 340px;
    width: 100%;
    overflow: hidden;
}
.xwfl ul li .xwimg a{
    display: block;
    height: 340px;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.xwfl ul li .xwcon{
     width: 90%;
     margin: 0 auto;
}
.xwfl ul li .xwcon h3{
    font-size: 18px;
    color: #333;
    display: block;
    margin-top: 15px;
    height: 27px;
    overflow: hidden;
}
.xwfl ul li .xwcon span{
    color: #979797;
    font-family: "AvantGarde Bk BT";
}
.xwfl ul li .xwcon span em{
    font-size: 28px;
}
.xwfl ul li .xwcon p{
    font-size: 15px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: block;
    margin-top: 5px;
    position: relative;
}
.xwfl ul li .xwcon p::before{
    position: absolute;
    left: 0;
    background-color: #e0e0e0;
    width: 1px;
    height: 65px;
    top: -6.5px;
    content: '';
}

.xwfl ul li:hover .xwimg a{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.xwfl ul li:hover .xwcon h3{
    color: #b68c69;
    padding-left: 13px;
    transition: all 1.2s;
}


/*底部*/
.footbj {
    height: 390px;
    background: #232323;
    width: 100%;
}
.dblogo{
    margin-top: 50px;
    margin-right: 85px;
}
.dbdh{
    width: 220px;
    margin-right: 60px;
    margin-top: 60px;
    height: 180px;
    overflow: hidden;
}
.dbdh span{
    font-size: 18px;
    color: #fff;
    background: url(../images/yuan.png) left center no-repeat;
    padding-left: 35px;
}
.dbdh span em{
    font-size: 14px;
    color: #8a8a8a;
}
.dbdh ul{
    margin-top: 10px;
}
.dbdh ul li{
    margin-top: 12px;
    float: left;
    margin-right: 30px;
}
.dbdh ul li a{
    font-size: 15px;
    color: #8d8d8d;
}
.dbdh ul li a:hover{
    text-decoration: underline;
}
.ewm{
    margin-top: 50px;
}
.ewm ul li{
    float: left;
    text-align: center;
    margin-right: 50px;
}
.ewm ul li span{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 45px;  
}
.dbtel{
    margin-top: 50px;
}
.dbtel p{
    display: block;
    width: 335px;
    height: 85px;
    background: url(../images/ditu.jpg) left center no-repeat;
    border-bottom: 1px #444 solid;
    font-size: 18px;
    color: #fff;
    padding-left: 65px;
    padding-top: 15px;
}
.dbtel p span{
    display: block;
    font-family: "Arial";
    font-size: 28px;
}
.dbtel em{
    display: block;
    color: #fff;
    font-size: 16px;
    background: url(../images/dz.jpg) left center no-repeat;
    padding-left: 35px;
    margin-top: 20px;
}
.yqlj{
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    background: url(../images/link.jpg) center no-repeat;
    margin-top: 25px;
    overflow: hidden;
}
.yqlj ul{
    margin-left: 180px;
}
.yqlj ul li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 70px;
}
.yqlj ul li a{
    font-size: 15px;
    color: #fff;
}
.yqlj ul li:hover a{
    text-decoration: underline;
}
.copy{
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
}
.copy span{
    color: #fff;
}
.copy a{
    color: #fff;
}







/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #11334f;
    width: 1350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -675px;
}
.breadcrumbs .dh_box {
    width: 1350px;
    margin: 0 auto
}
.breadcrumbs .sortName {
    color:#fff;
    font-size:22px;
    font-weight:700;
}
.breadcrumbs .dqdhMain {
    color: #fff;
    padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #fff;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
    color:#fff;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
    color:#fff;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
    font-size: 15px;
}
.breadcrumbs .dqdh_class {
    margin-top:10px;
}
.breadcrumbs .dqdh_class li {
    float:left;
    padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:23px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*简介单页*/
.page_about{
    background: url(../images/pro_bg.jpg) bottom left no-repeat;
    padding-bottom: 50px;
}
.page_about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_about_l{}
.page_tit{
    padding-top: 68px;
    position: relative;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 34px;
}
.page_tit span{
    font-size: 36px;
    font-weight: normal;
}
.page_tit p{
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.page_tit p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    background: #707070;
}
.page_about_l h3{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
    color: #11334f
}
.page_about_l>p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.page_about_r{
    float: right;
    width: 772px;
    height: 633px;
}
.page_fa{
    height: 750px;
}
.page_fa_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_fa_t{
    overflow: hidden;
}
.page_fa_tit.page_tit{
    float: left;
}
.page_fa_t a {
    float: right;
    width: 230px;
    height: 80px;
    line-height: 80px;
    background: #b77e56;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 56px;
}
.page_fa_t a img{
    margin-left: 12px;
    vertical-align: top;
    margin-top: 31px;
}
.page_fa_b{
    margin-top: 20px;
}
.page_fa_b ul li{
    width: 269px;
    height: 430px;
    background: #d0e0e8;
    text-align: center;
    position: relative;
    float: left;
}
.page_fa_b ul li span{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.page_fa_b ul li:nth-child(1) span{
    background: url(../images/fw1.png);
}
.page_fa_b ul li:nth-child(2) span{
    background: url(../images/fw2.png);
}
.page_fa_b ul li:nth-child(3) span{
    background: url(../images/fw3.png);
}
.page_fa_b ul li:nth-child(4) span{
    background: url(../images/fw4.png);
}
.page_fa_b ul li:nth-child(5) span{
    background: url(../images/fw5.png);
}
.page_fa_b ul li a{
    padding-top: 120px;
    display: block;
    width: 100%;
}
.page_fa_b ul li em{
    color: #999;
    font-size: 14px;
    margin: 40px 0 10px;
    padding: 0 10px;
}
.page_fa_b ul li i{
    color: #333;
    font-size: 18px;
    margin-top: 40px;
    padding: 0 10px;
    display: block;
    font-style: normal;
}
.page_fa_b ul li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d3e9ed;
}
.page_fa_b ul li:last-child::after{
    background: transparent;
}
.page_fa_b ul li.active{
    background: #11334f url(../images/shuye.png) no-repeat center bottom;
}
.page_fa_b ul li.active em,.page_fa_b ul li.active i{
    color: #fff;
}
.page_fa_b ul li.active:nth-child(1) span{
    background: url(../images/fw11.png);
}
.page_fa_b ul li.active:nth-child(2) span{
    background: url(../images/fw22.png);
}
.page_fa_b ul li.active:nth-child(3) span{
    background: url(../images/fw33.png);
}
.page_fa_b ul li.active:nth-child(4) span{
    background: url(../images/fw44.png);
}
.page_fa_b ul li.active:nth-child(5) span{
    background: url(../images/fw55.png);
}




/*联系方式*/
.conbt{
  text-align: center;
  width: 600px;
  margin:0 auto;
  position: relative;
}
.conbt span{
  font-family: "Impact";
  color: #efefef;
  font-size: 66px;
  text-transform: uppercase;
}
.conbt b{
  display: block;
  font-size: 35px;
  color: #0f0f0f;
  font-weight: bold;
  position: relative;
    margin-top: -55px;
}

.conbt::before{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.conbt::after{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.contact-box{
  background: url(../images/ly-bg01.png) no-repeat bottom center;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}
.con-box{
  width: 1300px;
  margin: 0 auto;
  padding: 30px;
  height:auto;
  background: #fff;
  border-radius: 30px 30px 60px 20px;
  box-shadow: 0 0 30px rgba(40,55,96,.15);
  margin-top: 40px;
}
.pcon_tel{
    width: 630px;
    margin-left: 80px;
    margin-top: 90px;
}
.pcon_tel b{
    color: #333;
    font-size: 25px;
}
.pcon_tel em{
    display: block;
    width: 30px;
    height: 3px;
    background: #424b54;
    margin: 10px 0;
}
.pcon_tel span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}
.pcon_tel p{
   line-height: 35px;
   font-size: 17px;
   color: #555;
}
.pcon_ewm{
    width: 450px;
    margin-right: 80px;
    border-left: 1px #ececec solid;
    padding-left: 40px;
    height: 450px;
    margin-top: 55px;
}
.pcon_ewm ul li{
    width: 280px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 80px;
    padding: 15px 15px 15px 55px;
    position: relative;
}
.pcon_ewm ul{
    margin-top: 10px;
}
.pcon_ewm ul li b{
    color: #666;
    display: block;
    margin-top: 17px;
    font-size: 16px;
}
.pcon_ewm ul li span{
    display: block;
    font-size: 23px;
    margin-top: 5px;
    font-family: "Arial"
}
.pcon_ewm ul li em{
    display: block;
    line-height: 25px;
    font-size: 20px;
}
.pcon_ewm ul li:first-child::after{
     content: '';
    display: block;
    position: absolute;
    left: -50px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_a.png) center no-repeat;

}
.pcon_ewm ul li:nth-child(2) ::after{
     content: '';
    display: block;
    position: absolute;
    left: -50px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_b.png) center no-repeat;

}
.pcon_ewm ul li:nth-child(3) ::after{
     content: '';
    display: block;
    position: absolute;
    left: -50px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_c.png) center no-repeat;

}
.aj_lxp{
  font-size: 16px;
    text-align: center;
    margin: 20px auto 40px;
    width: 80%;
    line-height: 32px;
    color: #666;
    width: 1200px;
}

.map_r{
    height: 500px;
    margin: 0 auto;
    margin-top: 30px;
}


/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 30px;
}
.list_pro_l{}
.list_pro_l ul li{
    float: left;
    width: 170px;
    height: 45px;
    border: 1px #d9d9d9 solid;
    border-radius: 50px;
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 45px;
    text-align: center;
}
.list_pro_l ul li a{
    display: block;
    color: #000;
}
.list_pro_l ul li:hover{
    background: #11334f
}
.list_pro_l ul li:hover a{
    color: #fff
}


.proListal {
    width:1350px;
}
.proListal li {
    width:438px;
    float:left;
    margin:0 0 20px 11px;
    position:relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.proListal li .boxal {
    width:100%;
    height:310px;
    display:block;
    cursor:pointer;
}
.proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:100%;
    height:310px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 30px;
    line-height: 45px;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;
    color: #999999;
    font-size: 15px;

}
.proListal li .spanal p em{
    font-family: "Arial";
    font-size: 18px;
}

.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
    background: #11334f;
    color: #fff
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #1a4c76;
     color: #fff;
}
.proListal li:hover .spanal p em{
    color: #fff;
}

.proListal li .avatarb {
    position: relative;
}
.proListal li .avatarb {
    display: block;
    height: 390px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal {
    height: 390px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

.map_r{
    width: 100%;
    height: 500px;
    margin:0 auto;
    margin-top: 30px;
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/*内页分类*/
.left_class {
    width:270px;
    border:1px #e1e1e1 solid;
}
.left_class .classT {
    background:#1b5fa0 url(../images/profl.png) 40px center no-repeat;
    position: relative;
    z-index: 10;
    padding-left: 100px;
    height: 110px;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    height: 45px;
    background:#1b5fa0 url(../images/dian.png) 20px center no-repeat;
    line-height:45px;
    text-align: left;
    margin-top: 20px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:inline-block;
    padding-left:50px;
}
.left_class .subNav:hover {
    background: #fe461f url(../images/dian.png) 20px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    display: block;
    width: 205px;
    margin: 0 auto;
    margin-top: 10px; 
}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ccc dotted;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #333;
    padding-left: 15px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 195px;
    height: 100px;
    background: #195d9f url(../images/tela.png) 20px 40px no-repeat;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    padding-left: 75px;
    padding-top: 30px;
}
.left_class .lxwm p{
    font-size: 23px;
    font-family: "Arial";
    font-weight: bold;
}
/*新闻列表页*/
/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
    background:#fbfbfb url(../images/case_bg.jpg) center  bottom no-repeat;
}
.page_news_con{
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    padding-top: 50px;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    margin:0 0 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(77,79,78,0.1);
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #b68c69;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}


.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 260px;
    height: 170px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: 170px;
}
.page_news_p{
    float: left;
    width: 700px;
    margin-left:55px;
    margin-top: 30px;
}

.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #11334f;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p em{
    color: #555;
    font-family: "Arial";
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
    padding-left: 20px;
}
.page_news_p p::after {
    position: absolute;
    left: 0;
    background-color: #e0e0e0;
    width: 1px;
    height: 65px;
    top: -6.5px;
    content: '';
}
.page_news_con ul li:hover .page_news_img img{
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #b68c69;
    padding-left: 15px;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    background: #b68c69;
}
.page_news_con ul li:hover .page_news_p>a{
    animation: doudong 0.8s ease-in-out;
}

@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}


/*fenye*/
.fenye {
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding:20px 0;
}
.fenye .rows {
    color:#666;
    font-size:13px;
    padding:0 10px;
}
.fenye .current {
    display: inline-block;
    color:#1d76f8;
    font-size:14px;
    padding:0 5px;
}
.fenye .num, .fenye .next {
    display:inline-block;
    margin:0 3px;
    padding:0 10px;
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:28px;
    line-height:27px;
    border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color:#ff2548;
    color:#fff;
    border:1px solid #ff2548;
}
/*新闻详情*/
.main {
    width: 1350px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 110px;
}

.main .main_right {
    width:100%;
}
.main .tT01 {
    text-align:center;
    line-height:35px;
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main .tT01 .span1 {
    font-size:24px;
    color:#444;
}
.main .subtitle {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #8F8F8F;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.main .subtitle span {
    padding:0 30px;
}
.stime {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
    background: url(../images/liulan.png) left center no-repeat;
}
.text {
    line-height:35px;
    font-size:15px;
    color:#666;
    padding:30px;
}
.text span {
    font-size:15px;
    color:#666;
}
.text img {
    max-width:100%;
    margin-bottom: 20px;
}

.viewpage {
    margin:0;
    padding:20px 0 50px 0;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    border-radius: 50px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
    height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
    width:630px;
    height:630px;
    background-color:#fff;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
    width:550px;
    height:550px;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:680px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:14px;
    color:#717171;
    line-height:30px;
    margin-top: 15px;
}
.product_top .desc span {
    display:block;
    float:left;
    width:200px;
}
.product_top .desc p {
    display:block;
    width:680px;
    line-height: 28px;
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#b58b65;
    font-size:18px;
    border-bottom:1px solid #b58b65;
    padding-left:28px;
}
.product_top .lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
}

.product_top .nyyslb{
    margin-top: 35px;
}
.product_top .nyyslb ul li{
    float: left;
    width: 170px;
    text-align: center;
}

.product_top .nyyslb ul li span{
    color: #424b54;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 45px;
}
.product_top .nyyslb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.product_top .dianhua{
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #b88a60;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
    color:#fff;
    display: block;
}
.product_top .dianhua:hover {
    background-color:#11334f;
}
.share {
    margin-top:10px;
}
.share .span1 {
    line-height:32px;
    color:#999;
    padding-right:10px;
    font-size:15px;
}
.xiangqing {
    border-top: 50px solid #fff;
}
.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    border-bottom:2px solid #11334f;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background-color:#11334f;
    color:#fff;
}
.contenta {
    background: #fff;
    border: 1px solid #ddd;
}
.contact_title2 {
    text-align: center;
    font-size: 18px;
    color: #888;
}
.lx_b {
    width: 100%;
    height: 422px;
    border: 1px solid #000;
    margin-top: 30px;
}
.lx_list {
    background-color: #fff;
    width: 275px;
    margin: 39px 10px;
    min-height: 300px;
}
.lx_list p {
    line-height: 35px;
    font-size: 16px;
    color: #666;
    padding-left: 30px;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}
.liuyan{ margin-top:20px; text-align:center;margin-bottom: 20px;}

.liuyan span{ font-size:20px;color:#b68c69;}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}

#faqbox{padding:50px 0 50px 0; width: 700px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:100px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:440px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#424b54;}

.wizfrm:hover{ background-color:#b68c69; }
